home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / vca / _setup.1 / Virus Checking Assistant.exe / 0 / RCDATA / TCONFIGURATION / TCONFIGURATION.txt
Text File  |  1996-07-05  |  6KB  |  246 lines

  1. object Configuration: TConfiguration
  2.   Left = 109
  3.   Top = 136
  4.   Width = 428
  5.   Height = 265
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Configuration'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object TLabel
  17.     Left = 30
  18.     Top = 30
  19.     Width = 3
  20.     Height = 14
  21.   end
  22.   object Label2: TLabel
  23.     Left = 30
  24.     Top = 23
  25.     Width = 323
  26.     Height = 13
  27.     Caption = 'Virus scanner directory and program:'
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label3: TLabel
  35.     Left = 30
  36.     Top = 61
  37.     Width = 259
  38.     Height = 13
  39.     Caption = 'Virus scan command line:'
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Label4: TLabel
  47.     Left = 30
  48.     Top = 99
  49.     Width = 211
  50.     Height = 13
  51.     Caption = 'Temporary work directory:'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label5: TLabel
  59.     Left = 30
  60.     Top = 137
  61.     Width = 251
  62.     Height = 13
  63.     Caption = 'Default ZIP download directory:'
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object Bevel1: TBevel
  71.     Left = 23
  72.     Top = 16
  73.     Width = 373
  74.     Height = 177
  75.   end
  76.   object ScanDir: TEdit
  77.     Left = 30
  78.     Top = 38
  79.     Width = 336
  80.     Height = 22
  81.     Hint = 'Double click to look for directory and program'
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'Arial'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     ParentShowHint = False
  88.     ShowHint = True
  89.     TabOrder = 0
  90.   end
  91.   object ScanCommand: TEdit
  92.     Left = 30
  93.     Top = 76
  94.     Width = 336
  95.     Height = 22
  96.     Hint = 'Enter command line options here'
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'Arial'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     ParentShowHint = False
  103.     ShowHint = True
  104.     TabOrder = 2
  105.   end
  106.   object WorkDir: TEdit
  107.     Left = 30
  108.     Top = 114
  109.     Width = 336
  110.     Height = 22
  111.     Hint = 
  112.       'Enter the directory to use for UnZipping files to and checking t' +
  113.       'hem in'
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 3
  122.   end
  123.   object ZipDir: TEdit
  124.     Left = 30
  125.     Top = 152
  126.     Width = 336
  127.     Height = 22
  128.     Hint = 'Enter directory where you store ZIP files to be checked here'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'Arial'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     ParentShowHint = False
  135.     ShowHint = True
  136.     TabOrder = 5
  137.   end
  138.   object BitBtn1: TBitBtn
  139.     Left = 136
  140.     Top = 206
  141.     Width = 69
  142.     Height = 23
  143.     Hint = 'Click OK to save changes'
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'Arial'
  147.     Font.Style = [fsBold]
  148.     ParentFont = False
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 7
  152.     OnClick = BitBtn1Click
  153.     Kind = bkOK
  154.   end
  155.   object BitBtn2: TBitBtn
  156.     Left = 213
  157.     Top = 206
  158.     Width = 68
  159.     Height = 23
  160.     Hint = 'Click cancel to abort any changes'
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'Arial'
  164.     Font.Style = [fsBold]
  165.     ParentFont = False
  166.     ParentShowHint = False
  167.     ShowHint = True
  168.     TabOrder = 8
  169.     Kind = bkCancel
  170.   end
  171.   object btnGetTempDir: TButton
  172.     Left = 365
  173.     Top = 114
  174.     Width = 24
  175.     Height = 21
  176.     Caption = '...'
  177.     TabOrder = 4
  178.     OnClick = btnGetTempDirClick
  179.   end
  180.   object btnGetZipDirectory: TButton
  181.     Left = 365
  182.     Top = 152
  183.     Width = 24
  184.     Height = 21
  185.     Caption = '...'
  186.     TabOrder = 6
  187.     OnClick = btnGetZipDirectoryClick
  188.   end
  189.   object btnVirusPgmDirectory: TButton
  190.     Left = 365
  191.     Top = 38
  192.     Width = 24
  193.     Height = 21
  194.     Caption = '...'
  195.     TabOrder = 1
  196.     OnClick = btnVirusPgmDirectoryClick
  197.   end
  198.   object btnSetMcafee: TBitBtn
  199.     Left = 304
  200.     Top = 206
  201.     Width = 94
  202.     Height = 23
  203.     Hint = 'This button will set McAfee for maximum speed'
  204.     Caption = 'Set McAfee'
  205.     ParentShowHint = False
  206.     ShowHint = True
  207.     TabOrder = 9
  208.     OnClick = btnSetMcafeeClick
  209.     Glyph.Data = {
  210.       78010000424D7801000000000000760000002800000020000000100000000100
  211.       04000000000000000000120B0000120B00000000000000000000000000000000
  212.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  213.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000033
  214.       33333333377777F33333333330BBB0333333333337FFF7F33333333330000033
  215.       33333333377777F33333333330BBB0333333333337FFF7FF3333333300000003
  216.       333333337777777FF33333300BBBBB003333333773333377F3333330BBFFFBB0
  217.       33333337F3333337FF333300BFFFFFB003333377F333FFF773F33300BFF077B0
  218.       30333377F3377737F7333300BFF7FFB003333377F337F33773333330BBF7FBB0
  219.       33333337FF37F337F33333300BB7BB00333333377FF7FF773333333300000003
  220.       33333333777777733333333330BBB0333333333337FFF7F33333333330000033
  221.       33333333377777F33333333330BBB033333333333733373333330000}
  222.     NumGlyphs = 2
  223.   end
  224.   object OpenDialog1: TOpenDialog
  225.     FileEditStyle = fsEdit
  226.     Left = 48
  227.     Top = 200
  228.   end
  229.   object RegFile1: TRegFile
  230.     Key = 'Software\ZPAY\Compressed File Virus Checker'
  231.     Left = 16
  232.     Top = 200
  233.   end
  234.   object Scaler1: TScaler
  235.     PixelsPerInch = 96
  236.     Xdevelop = 640
  237.     Ydevelop = 480
  238.     ClientWidth = 420
  239.     ClientHeight = 238
  240.     LimitScale = No
  241.     ScaleRuntime = False
  242.     Left = 80
  243.     Top = 200
  244.   end
  245. end
  246.